Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

RasterViewerPointsEventArgs Constructor(RasterViewerInteractiveStatus,RasterCollection<Point>)






The status of the interactive mode.
Interactive mode points.
Initializes a new RasterViewerPointsEventArgs with specified values.
Syntax
public RasterViewerPointsEventArgs( 
   RasterViewerInteractiveStatus status,
   RasterCollection<Point> points
)
'Declaration
 
Public Function New( _
   ByVal status As RasterViewerInteractiveStatus, _
   ByVal points As RasterCollection(Of Point) _
)
'Usage
 
Dim status As RasterViewerInteractiveStatus
Dim points As RasterCollection(Of Point)
 
Dim instance As New RasterViewerPointsEventArgs(status, points)

            

            
public:
RasterViewerPointsEventArgs( 
   RasterViewerInteractiveStatus status,
   RasterCollection<Point>^ points
)

Parameters

status
The status of the interactive mode.
points
Interactive mode points.
Example
Refer to InteractiveRegionFreehand.
Requirements

Target Platforms

See Also

Reference

RasterViewerPointsEventArgs Class
RasterViewerPointsEventArgs Members
Overload List

Error processing SSI file